projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf0aba1
)
Make the undershoot area larger
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 11 Dec 2014 19:49:20 +0000
(14:49 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 11 Dec 2014 19:49:20 +0000
(14:49 -0500)
As requested by the artists, double the size from 20 to 40.
gtk/gtkscrolledwindow.c
patch
|
blob
|
history
diff --git
a/gtk/gtkscrolledwindow.c
b/gtk/gtkscrolledwindow.c
index 1365eb648bc8aa73d7001881c71152b92e427689..c5f5ac2b222caae24db7eccba2896c0d5d1b885d 100644
(file)
--- a/
gtk/gtkscrolledwindow.c
+++ b/
gtk/gtkscrolledwindow.c
@@
-159,7
+159,7
@@
#define INDICATOR_FADE_OUT_TIME 500
/* Scrolled off indication */
-#define UNDERSHOOT_SIZE
2
0
+#define UNDERSHOOT_SIZE
4
0
typedef struct
{